NevronOpenVision
Nevron.Nov.DataStructures Namespace / INIterator<T> Interface
Properties Methods

INIterator<T> Interface Members

The following tables list the members exposed by INIterator<T>.

Public Properties
 NameDescription
 PropertyGets the current item. Valid only if MoveNext() returned true prior to getting the current value.  
Top
Public Methods
 NameDescription
 MethodAdvances the iterator to the next item of the set.  
 MethodResets the iterator to its initial position, which is before the first item in the set.  
Top
See Also